Xceed .NET Libraries Documentation
Xceed.Compression Assembly / Xceed.Compression Namespace / IObjectCache<T> Interface / ReleaseObject Method


In This Topic
    ReleaseObject Method (IObjectCache<T>)
    In This Topic
    Syntax
    'Declaration
     
    Sub ReleaseObject( _
       ByVal o As T _
    ) 
    'Usage
     
    Dim instance As IObjectCache(Of T)
    Dim o As T
     
    instance.ReleaseObject(o)
    void ReleaseObject( 
       T o
    )

    Parameters

    o
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also